3.48 \(\int \frac{\sec (e+f x)}{(a+a \sec (e+f x))^2 (c-c \sec (e+f x))^2} \, dx\)

Optimal. Leaf size=38 \[ \frac{\csc (e+f x)}{a^2 c^2 f}-\frac{\csc ^3(e+f x)}{3 a^2 c^2 f} \]

[Out]

Csc[e + f*x]/(a^2*c^2*f) - Csc[e + f*x]^3/(3*a^2*c^2*f)

________________________________________________________________________________________

Rubi [A]  time = 0.0981878, antiderivative size = 38, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 2, integrand size = 32, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.062, Rules used = {3958, 2606} \[ \frac{\csc (e+f x)}{a^2 c^2 f}-\frac{\csc ^3(e+f x)}{3 a^2 c^2 f} \]

Antiderivative was successfully verified.

[In]

Int[Sec[e + f*x]/((a + a*Sec[e + f*x])^2*(c - c*Sec[e + f*x])^2),x]

[Out]

Csc[e + f*x]/(a^2*c^2*f) - Csc[e + f*x]^3/(3*a^2*c^2*f)

Rule 3958

Int[csc[(e_.) + (f_.)*(x_)]*(csc[(e_.) + (f_.)*(x_)]*(b_.) + (a_))^(m_.)*(csc[(e_.) + (f_.)*(x_)]*(d_.) + (c_)
)^(n_.), x_Symbol] :> Dist[(-(a*c))^m, Int[ExpandTrig[csc[e + f*x]*cot[e + f*x]^(2*m), (c + d*csc[e + f*x])^(n
 - m), x], x], x] /; FreeQ[{a, b, c, d, e, f, n}, x] && EqQ[b*c + a*d, 0] && EqQ[a^2 - b^2, 0] && IntegersQ[m,
 n] && GeQ[n - m, 0] && GtQ[m*n, 0]

Rule 2606

Int[((a_.)*sec[(e_.) + (f_.)*(x_)])^(m_.)*((b_.)*tan[(e_.) + (f_.)*(x_)])^(n_.), x_Symbol] :> Dist[a/f, Subst[
Int[(a*x)^(m - 1)*(-1 + x^2)^((n - 1)/2), x], x, Sec[e + f*x]], x] /; FreeQ[{a, e, f, m}, x] && IntegerQ[(n -
1)/2] &&  !(IntegerQ[m/2] && LtQ[0, m, n + 1])

Rubi steps

\begin{align*} \int \frac{\sec (e+f x)}{(a+a \sec (e+f x))^2 (c-c \sec (e+f x))^2} \, dx &=\frac{\int \cot ^3(e+f x) \csc (e+f x) \, dx}{a^2 c^2}\\ &=-\frac{\operatorname{Subst}\left (\int \left (-1+x^2\right ) \, dx,x,\csc (e+f x)\right )}{a^2 c^2 f}\\ &=\frac{\csc (e+f x)}{a^2 c^2 f}-\frac{\csc ^3(e+f x)}{3 a^2 c^2 f}\\ \end{align*}

Mathematica [A]  time = 0.0495572, size = 33, normalized size = 0.87 \[ \frac{\frac{\csc (e+f x)}{f}-\frac{\csc ^3(e+f x)}{3 f}}{a^2 c^2} \]

Antiderivative was successfully verified.

[In]

Integrate[Sec[e + f*x]/((a + a*Sec[e + f*x])^2*(c - c*Sec[e + f*x])^2),x]

[Out]

(Csc[e + f*x]/f - Csc[e + f*x]^3/(3*f))/(a^2*c^2)

________________________________________________________________________________________

Maple [F]  time = 180., size = 0, normalized size = 0. \begin{align*} \int{\frac{\sec \left ( fx+e \right ) }{ \left ( a+a\sec \left ( fx+e \right ) \right ) ^{2} \left ( c-c\sec \left ( fx+e \right ) \right ) ^{2}}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(f*x+e)/(a+a*sec(f*x+e))^2/(c-c*sec(f*x+e))^2,x)

[Out]

int(sec(f*x+e)/(a+a*sec(f*x+e))^2/(c-c*sec(f*x+e))^2,x)

________________________________________________________________________________________

Maxima [A]  time = 0.960094, size = 42, normalized size = 1.11 \begin{align*} \frac{3 \, \sin \left (f x + e\right )^{2} - 1}{3 \, a^{2} c^{2} f \sin \left (f x + e\right )^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)/(a+a*sec(f*x+e))^2/(c-c*sec(f*x+e))^2,x, algorithm="maxima")

[Out]

1/3*(3*sin(f*x + e)^2 - 1)/(a^2*c^2*f*sin(f*x + e)^3)

________________________________________________________________________________________

Fricas [A]  time = 0.438563, size = 111, normalized size = 2.92 \begin{align*} \frac{3 \, \cos \left (f x + e\right )^{2} - 2}{3 \,{\left (a^{2} c^{2} f \cos \left (f x + e\right )^{2} - a^{2} c^{2} f\right )} \sin \left (f x + e\right )} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)/(a+a*sec(f*x+e))^2/(c-c*sec(f*x+e))^2,x, algorithm="fricas")

[Out]

1/3*(3*cos(f*x + e)^2 - 2)/((a^2*c^2*f*cos(f*x + e)^2 - a^2*c^2*f)*sin(f*x + e))

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \frac{\int \frac{\sec{\left (e + f x \right )}}{\sec ^{4}{\left (e + f x \right )} - 2 \sec ^{2}{\left (e + f x \right )} + 1}\, dx}{a^{2} c^{2}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)/(a+a*sec(f*x+e))**2/(c-c*sec(f*x+e))**2,x)

[Out]

Integral(sec(e + f*x)/(sec(e + f*x)**4 - 2*sec(e + f*x)**2 + 1), x)/(a**2*c**2)

________________________________________________________________________________________

Giac [A]  time = 1.23126, size = 45, normalized size = 1.18 \begin{align*} \frac{3 \, \sin \left (f x + e\right )^{2} - 1}{3 \, a^{2} c^{2} f \sin \left (f x + e\right )^{3}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(f*x+e)/(a+a*sec(f*x+e))^2/(c-c*sec(f*x+e))^2,x, algorithm="giac")

[Out]

1/3*(3*sin(f*x + e)^2 - 1)/(a^2*c^2*f*sin(f*x + e)^3)